home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / mklfs / RCS / local.mk,v < prev    next >
Encoding:
Text File  |  1991-12-18  |  1.0 KB  |  56 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     91.12.17.22.14.24;  author jhh;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     91.05.26.15.58.37;  author mendel;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @Personalize compile to use -Wall flags on all machines except decStations.
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @sets partition and domainUID fields in the superblock. Also allows the user to set the domainPrefix field.
  28. @
  29. text
  30. @#
  31. # This file is included by Makefile.  Makefile is generated automatically
  32. # by mkmf, and this file provides additional local personalization.  The
  33. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  34. # that must be included to set up various compilation stuff. Mklfs uses
  35. # this file to invoke the C compiler gcc with the -Wall option. The -Wall
  36. # option tells gcc to do lint-like checking while compiling. 
  37. #
  38.  
  39. LIBS +=    -ldisk
  40. #include    <$(SYSMAKEFILE)>
  41.  
  42. #if empty(TM:Mds3100)
  43. CFLAGS +=  -Wall 
  44. #endif
  45.  
  46. @
  47.  
  48.  
  49. 1.1
  50. log
  51. @Initial revision
  52. @
  53. text
  54. @d10 1
  55. @
  56.